home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / phoa / phoa-setup-1.1.9.exe / {app} / phoa.exe / 0 / RCDATA / TPHOADIALOG / TPHOADIALOG.txt
Text File  |  2005-01-21  |  1KB  |  75 lines

  1. object PhoaDialog: TPhoaDialog
  2.   Left = 591
  3.   Top = 336
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PhoaDialog'
  7.   ClientHeight = 169
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bvBottom: TBevel
  22.     Left = 0
  23.     Top = 132
  24.     Width = 290
  25.     Height = 2
  26.     Align = alBottom
  27.     Shape = bsBottomLine
  28.   end
  29.   object pButtonsBottom: TPanel
  30.     Left = 0
  31.     Top = 134
  32.     Width = 290
  33.     Height = 35
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     DesignSize = (
  38.       290
  39.       35)
  40.     object bCancel: TButton
  41.       Left = 131
  42.       Top = 6
  43.       Width = 75
  44.       Height = 23
  45.       Anchors = [akTop, akRight]
  46.       Cancel = True
  47.       Caption = 'Cancel'
  48.       TabOrder = 0
  49.       OnClick = bCancelClick
  50.     end
  51.     object bOK: TButton
  52.       Left = 51
  53.       Top = 6
  54.       Width = 75
  55.       Height = 23
  56.       Anchors = [akTop, akRight]
  57.       Caption = 'OK'
  58.       Default = True
  59.       Enabled = False
  60.       TabOrder = 1
  61.       OnClick = bOKClick
  62.     end
  63.     object bHelp: TButton
  64.       Left = 209
  65.       Top = 6
  66.       Width = 75
  67.       Height = 23
  68.       Anchors = [akTop, akRight]
  69.       Caption = 'Help'
  70.       TabOrder = 2
  71.       OnClick = bHelpClick
  72.     end
  73.   end
  74. end
  75.